Opc.Ua.Core
ArrayPoolBufferSegment<T> Constructor



Opc.Ua.Buffers Namespace > ArrayPoolBufferSegment<T> Class : ArrayPoolBufferSegment<T> Constructor
Initializes a new instance of the ArrayPoolBufferSegment<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal array() As T, _
   ByVal offset As Integer, _
   ByVal length As Integer _
)
'Usage
 
Dim array() As T
Dim offset As Integer
Dim length As Integer
 
Dim instance As New ArrayPoolBufferSegment(Of T)(array, offset, length)
public ArrayPoolBufferSegment<T>( 
   T[] array,
   int offset,
   int length
)
public:
ArrayPoolBufferSegment<T>( 
   array<T^>^ array,
   int offset,
   int length
)

Parameters

array
offset
length
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArrayPoolBufferSegment<T> Class
ArrayPoolBufferSegment<T> Members